home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETATLK.IN_ / netatlk.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  3.9 KB  |  110 lines

  1. ; NetATLK.INX -- Appletalk Services
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4.  
  5. [Version]
  6. Signature   = "$Windows NT$"
  7. Class       = NetTrans
  8. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  9. Provider    = %Msft%
  10. LayoutFile  = layout.inf
  11. DriverVer=10/01/2002,5.2.3790.0
  12.  
  13. [Manufacturer]
  14. %Msft%=MSFT
  15.  
  16. [MSFT]
  17. %NetATLK_Desc%=Install, MS_AppleTalk
  18.  
  19. [Install]
  20. Characteristics=0x80        ; NCF_HAS_UI
  21. AddReg=Inst_Ndi             ; Specify the [N]etwork [d]evice [i]nstaller
  22.  
  23. [Inst_Ndi]
  24. HKR,Ndi,ClsID,,"{525609f4-d232-11d0-b76f-00c04fc9bcc4}"
  25. HKR,Ndi,Service,,"AppleTalk"
  26. HKR,Ndi,CoServices,%REG_MULTI_SZ%,"AppleTalk"
  27. HKR,Ndi,HelpText,,"@netcfgx.dll,-50005"
  28. HKR,Ndi\Interfaces,UpperRange,,"atalk"
  29. HKR,Ndi\Interfaces,LowerRange,,"ndis5,ndiswanatalk,ndis5_atalk"
  30.  
  31. [Install.Services]
  32. AddService=AppleTalk,,ATLK_Service_Inst
  33.  
  34. [ATLK_Service_Inst]
  35. DisplayName=%NetATLK_Desc%
  36. ServiceType=%SERVICE_WIN32_SHARE_PROCESS%
  37. StartType=%SERVICE_DEMAND_START%
  38. ErrorControl=1
  39. ServiceBinary=%12%\sfmatalk.sys
  40. LoadOrderGroup="PNP_TDI"
  41. AddReg=AddReg_ATLK_Service_Inst
  42. Description=%NetATLK_Desc%
  43.  
  44. [AddReg_ATLK_Service_Inst]
  45. HKR,"Performance","Library",,"atkctrs.dll"
  46. HKR,"Performance","Open",,"OpenAtkPerformanceData"
  47. HKR,"Performance","Close",,"CloseAtkPerformanceData"
  48. HKR,"Performance","Collect",,"CollectAtkPerformanceData"
  49. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncacn_at_dsp",,"rpcrt4.dll"
  50. HKLM,System\CurrentControlSet\Services\EventLog\Application\atkctrs,EventMessageFile,%REG_EXPAND_SZ%,"atkctrs.dll"
  51. HKLM,System\CurrentControlSet\Services\EventLog\Application\atkctrs,TypesSupported,%REG_DWORD%, 0x00000007
  52. HKLM,System\CurrentControlSet\Services\EventLog\System\AppleTalk,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\system32\sfmatmsg.dll"
  53. HKLM,System\CurrentControlSet\Services\EventLog\System\AppleTalk,TypesSupported,%REG_DWORD%, 0x00000007
  54. HKLM,System\CurrentControlSet\Services\EventLog\Application\%ATLK_PNT_MON_Desc%,CategoryCount,%REG_DWORD%,0x00000004
  55. HKLM,System\CurrentControlSet\Services\EventLog\Application\%ATLK_PNT_MON_Desc%,CategoryMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\sfmmon.dll"
  56. HKLM,System\CurrentControlSet\Services\EventLog\Application\%ATLK_PNT_MON_Desc%,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\sfmmon.dll"
  57. HKLM,System\CurrentControlSet\Services\EventLog\Application\%ATLK_PNT_MON_Desc%,TypesSupported,%REG_DWORD%,0x00000007
  58.  
  59. [Install.Winsock]
  60. AddSock=Inst_ATLK_Winsock_Dependency
  61.  
  62. [Inst_ATLK_Winsock_Dependency]
  63. TransportService=AppleTalk
  64. HelperDllName="%SystemRoot%\System32\sfmwshat.dll"
  65. MaxSockAddrLength=0x8
  66. MinSockAddrLength=0x6
  67.  
  68. [Install.PrintMonitor]
  69. AddMonitor = Inst_Static.AddPrintMonitor
  70.  
  71. [Inst_Static.AddPrintMonitor]
  72. PrintMonitorName = %ATLK_PNT_MON_Name%
  73. PrintMonitorDLL = "sfmmon.dll"
  74. PrintProcName   = "SFMPSPRT"
  75. PrintProcDLL    = "sfmpsprt.dll"
  76.  
  77. [Install.Remove.Services]
  78. DelService=AppleTalk
  79. DelReg=DelReg_ATLK_Service
  80.  
  81. [DelReg_ATLK_Service]
  82. HKLM,"Software\Microsoft\Rpc\Protocols","ncacn_at_dsp"
  83. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncacn_at_dsp"
  84. HKLM,System\CurrentControlSet\Services\EventLog\Application\atkctrs             ; Remove Entire Tree
  85. HKLM,System\CurrentControlSet\Services\EventLog\Application\%ATLK_PNT_MON_Desc% ; Remove Entire Tree
  86. HKLM,System\CurrentControlSet\Services\EventLog\System\AppleTalk                ; Remove Entire Tree
  87.  
  88. [Install.Remove.Winsock]
  89. TransportService=AppleTalk
  90.  
  91. [Install.Remove.PrintMonitor]
  92. DelMonitor = Del_Static.DelPrintMonitor
  93.  
  94. [Del_Static.DelPrintMonitor]
  95. PrintMonitorName = %ATLK_PNT_MON_Name%
  96. PrintMonitorDLL  = "sfmmon.dll"
  97. PrintProcName    = "SFMPSPRT"
  98.  
  99. [Strings]
  100. Msft = "Microsoft"
  101. NetATLK_Desc = "AppleTalk Protocol"
  102. ATLK_PNT_MON_Desc = "AppleTalk Print Monitor"
  103. ATLK_PNT_MON_Name = "AppleTalk Printing Devices"
  104. SERVICE_DEMAND_START = 2
  105. SERVICE_WIN32_SHARE_PROCESS = 1
  106. REG_EXPAND_SZ = 0x20000
  107. REG_DWORD = 0x10001
  108. REG_MULTI_SZ = 0x10000
  109.  
  110.